home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / SIOERR32.H < prev    next >
Text File  |  1996-10-18  |  129b  |  8 lines

  1. /* sioerr32.h */
  2.  
  3. #ifdef __cplusplus
  4. extern "C" void cdecl SioError(int);
  5. #else
  6. extern void cdecl SioError(int);
  7. #endif
  8.